-
Notifications
You must be signed in to change notification settings - Fork 721
Deprecate match filter with packet #1986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate match filter with packet #1986
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev #1986 +/- ##
==========================================
- Coverage 83.44% 83.41% -0.04%
==========================================
Files 311 311
Lines 55000 54998 -2
Branches 12100 11863 -237
==========================================
- Hits 45897 45874 -23
+ Misses 7876 7867 -9
- Partials 1227 1257 +30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Dimi1010 can we modify the tests (FilterTests.cpp
) to also use match()
instead of matchPacketWithFilter()
?
Sure, we will drop coverage for the old methods, but I guess it's fine? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few nit comments, otherwise LGTM
As per this comment chain: #1957 (comment)
Deprecated all instances of
matchPacketWithFilter
.